home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / t_sys5 / unixcpio.gz / unixnet.cpio / asy.h < prev    next >
C/C++ Source or Header  |  1994-07-11  |  347b  |  14 lines

  1. #ifndef    ATARI_ST
  2. #define ASY_MAX        16        /* arbitrary number of async devices */
  3. #define    ASYHANDLE_MAX    5        /* Five asynch int handlers on the PC */
  4. #else
  5. #define    ASY_MAX        2        /* Only two choices on stock ST */
  6. #endif
  7.  
  8. extern unsigned nasy;
  9.  
  10. #define    SLIP_MODE    0
  11. #define    AX25_MODE    1
  12. #define    NRS_MODE    2
  13. #define SLFP_MODE    3        /* MIT version of slip from */
  14.